\(\int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx\) [93]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [A] (verified)
   Fricas [F(-2)]
   Sympy [F]
   Maxima [F(-2)]
   Giac [C] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 12, antiderivative size = 65 \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=-\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelS}\left (2 \sqrt {\frac {2}{\pi }} \sqrt {\arcsin (a x)}\right )}{8 a^4}+\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arcsin (a x)}}{\sqrt {\pi }}\right )}{4 a^4} \]

[Out]

-1/16*FresnelS(2*2^(1/2)/Pi^(1/2)*arcsin(a*x)^(1/2))*2^(1/2)*Pi^(1/2)/a^4+1/4*FresnelS(2*arcsin(a*x)^(1/2)/Pi^
(1/2))*Pi^(1/2)/a^4

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 65, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {4731, 4491, 3386, 3432} \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arcsin (a x)}}{\sqrt {\pi }}\right )}{4 a^4}-\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelS}\left (2 \sqrt {\frac {2}{\pi }} \sqrt {\arcsin (a x)}\right )}{8 a^4} \]

[In]

Int[x^3/Sqrt[ArcSin[a*x]],x]

[Out]

-1/8*(Sqrt[Pi/2]*FresnelS[2*Sqrt[2/Pi]*Sqrt[ArcSin[a*x]]])/a^4 + (Sqrt[Pi]*FresnelS[(2*Sqrt[ArcSin[a*x]])/Sqrt
[Pi]])/(4*a^4)

Rule 3386

Int[sin[(e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Sin[f*(x^2/d)], x], x,
Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3432

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]/(f*Rt[d, 2]))*FresnelS[Sqrt[2/Pi]*Rt[d, 2
]*(e + f*x)], x] /; FreeQ[{d, e, f}, x]

Rule 4491

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 4731

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Dist[1/(b*c^(m + 1)), Subst[Int[x^n*Sin[-
a/b + x/b]^m*Cos[-a/b + x/b], x], x, a + b*ArcSin[c*x]], x] /; FreeQ[{a, b, c, n}, x] && IGtQ[m, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Subst}\left (\int \frac {\cos (x) \sin ^3(x)}{\sqrt {x}} \, dx,x,\arcsin (a x)\right )}{a^4} \\ & = \frac {\text {Subst}\left (\int \left (\frac {\sin (2 x)}{4 \sqrt {x}}-\frac {\sin (4 x)}{8 \sqrt {x}}\right ) \, dx,x,\arcsin (a x)\right )}{a^4} \\ & = -\frac {\text {Subst}\left (\int \frac {\sin (4 x)}{\sqrt {x}} \, dx,x,\arcsin (a x)\right )}{8 a^4}+\frac {\text {Subst}\left (\int \frac {\sin (2 x)}{\sqrt {x}} \, dx,x,\arcsin (a x)\right )}{4 a^4} \\ & = -\frac {\text {Subst}\left (\int \sin \left (4 x^2\right ) \, dx,x,\sqrt {\arcsin (a x)}\right )}{4 a^4}+\frac {\text {Subst}\left (\int \sin \left (2 x^2\right ) \, dx,x,\sqrt {\arcsin (a x)}\right )}{2 a^4} \\ & = -\frac {\sqrt {\frac {\pi }{2}} \operatorname {FresnelS}\left (2 \sqrt {\frac {2}{\pi }} \sqrt {\arcsin (a x)}\right )}{8 a^4}+\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arcsin (a x)}}{\sqrt {\pi }}\right )}{4 a^4} \\ \end{align*}

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 0.03 (sec) , antiderivative size = 128, normalized size of antiderivative = 1.97 \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\frac {-2 \sqrt {2} \sqrt {-i \arcsin (a x)} \Gamma \left (\frac {1}{2},-2 i \arcsin (a x)\right )-2 \sqrt {2} \sqrt {i \arcsin (a x)} \Gamma \left (\frac {1}{2},2 i \arcsin (a x)\right )+\sqrt {-i \arcsin (a x)} \Gamma \left (\frac {1}{2},-4 i \arcsin (a x)\right )+\sqrt {i \arcsin (a x)} \Gamma \left (\frac {1}{2},4 i \arcsin (a x)\right )}{32 a^4 \sqrt {\arcsin (a x)}} \]

[In]

Integrate[x^3/Sqrt[ArcSin[a*x]],x]

[Out]

(-2*Sqrt[2]*Sqrt[(-I)*ArcSin[a*x]]*Gamma[1/2, (-2*I)*ArcSin[a*x]] - 2*Sqrt[2]*Sqrt[I*ArcSin[a*x]]*Gamma[1/2, (
2*I)*ArcSin[a*x]] + Sqrt[(-I)*ArcSin[a*x]]*Gamma[1/2, (-4*I)*ArcSin[a*x]] + Sqrt[I*ArcSin[a*x]]*Gamma[1/2, (4*
I)*ArcSin[a*x]])/(32*a^4*Sqrt[ArcSin[a*x]])

Maple [A] (verified)

Time = 0.06 (sec) , antiderivative size = 44, normalized size of antiderivative = 0.68

method result size
default \(\frac {\sqrt {\pi }\, \left (-\sqrt {2}\, \operatorname {FresnelS}\left (\frac {2 \sqrt {2}\, \sqrt {\arcsin \left (a x \right )}}{\sqrt {\pi }}\right )+4 \,\operatorname {FresnelS}\left (\frac {2 \sqrt {\arcsin \left (a x \right )}}{\sqrt {\pi }}\right )\right )}{16 a^{4}}\) \(44\)

[In]

int(x^3/arcsin(a*x)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/16/a^4*Pi^(1/2)*(-2^(1/2)*FresnelS(2*2^(1/2)/Pi^(1/2)*arcsin(a*x)^(1/2))+4*FresnelS(2*arcsin(a*x)^(1/2)/Pi^(
1/2)))

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x^3/arcsin(a*x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [F]

\[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\int \frac {x^{3}}{\sqrt {\operatorname {asin}{\left (a x \right )}}}\, dx \]

[In]

integrate(x**3/asin(a*x)**(1/2),x)

[Out]

Integral(x**3/sqrt(asin(a*x)), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x^3/arcsin(a*x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.33 (sec) , antiderivative size = 81, normalized size of antiderivative = 1.25 \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=-\frac {\left (i - 1\right ) \, \sqrt {2} \sqrt {\pi } \operatorname {erf}\left (\left (i - 1\right ) \, \sqrt {2} \sqrt {\arcsin \left (a x\right )}\right )}{64 \, a^{4}} + \frac {\left (i + 1\right ) \, \sqrt {2} \sqrt {\pi } \operatorname {erf}\left (-\left (i + 1\right ) \, \sqrt {2} \sqrt {\arcsin \left (a x\right )}\right )}{64 \, a^{4}} + \frac {\left (i - 1\right ) \, \sqrt {\pi } \operatorname {erf}\left (\left (i - 1\right ) \, \sqrt {\arcsin \left (a x\right )}\right )}{16 \, a^{4}} - \frac {\left (i + 1\right ) \, \sqrt {\pi } \operatorname {erf}\left (-\left (i + 1\right ) \, \sqrt {\arcsin \left (a x\right )}\right )}{16 \, a^{4}} \]

[In]

integrate(x^3/arcsin(a*x)^(1/2),x, algorithm="giac")

[Out]

-(1/64*I - 1/64)*sqrt(2)*sqrt(pi)*erf((I - 1)*sqrt(2)*sqrt(arcsin(a*x)))/a^4 + (1/64*I + 1/64)*sqrt(2)*sqrt(pi
)*erf(-(I + 1)*sqrt(2)*sqrt(arcsin(a*x)))/a^4 + (1/16*I - 1/16)*sqrt(pi)*erf((I - 1)*sqrt(arcsin(a*x)))/a^4 -
(1/16*I + 1/16)*sqrt(pi)*erf(-(I + 1)*sqrt(arcsin(a*x)))/a^4

Mupad [F(-1)]

Timed out. \[ \int \frac {x^3}{\sqrt {\arcsin (a x)}} \, dx=\int \frac {x^3}{\sqrt {\mathrm {asin}\left (a\,x\right )}} \,d x \]

[In]

int(x^3/asin(a*x)^(1/2),x)

[Out]

int(x^3/asin(a*x)^(1/2), x)